WiredOrBiasMode Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncEvents.WiredOrBiasMode Property

Specifies whether the LXI device will serve as the wired-OR bias for specific LXI trigger bus lines.


[Visual Basic]
Public Property WiredOrBiasMode As Int32

[C#]
public Int32 WiredOrBiasMode {get; set;}

[C++]
HRESULT get_WiredOrBiasMode(
   long* retval
);
HRESULT put_WiredOrBiasMode(
   long val
);

Remarks

The allowed values for this attribute are 0 to 255. This attribute is a bit field, where bit 0 represents LXI0, bit 1 represents LXI1, and so on. A value of one in a particular bit indicates that the LXI device shall serve as the bias for the corresponding trigger bus line. A value of zero in a particular bit disables the bias for the corresponding trigger bus line. To use a trigger bus line in driven mode, the bias must be disabled. Enabling wired-OR bias has no impact on the device?s ability to either respond to signals on trigger bus lines or to send events on trigger bus lines. One and only one LXI device can serve as the wired-OR bias for a particular trigger bus line, although different devices can serve as the wired-OR bias for different trigger bus lines.

See Also

IIviLxiSyncEvents Interface | IIviLxiSyncEvents Members | Ivi.LxiSync.Interop Namespace